home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / System7 tools / AppleScript / Sample Scripts / Numerics / Set decimal precision / Set decimal precision.rsrc / TEXT_1128.txt < prev    next >
Encoding:
Text File  |  1993-04-07  |  142 b   |  3 lines

  1. This  handler truncates a specified number to a specified number of places. 
  2. i.e. truncateToXPlaces(3.4567, 2) => 3.45
  3. Written by Donald Olson